home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WWTCLKit / WWTCLTimer.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  222 b   |  19 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import "WWTTTimer.h"
  5.  
  6. @interface WWTCLTimer:WWTTTimer
  7. {
  8.    id     interp;
  9.    char  *controlString;
  10.    int   controlStringSize;
  11.    char  *tclCommand;
  12.    int   tclCommandSize;
  13. }
  14.  
  15. - evalCmd;
  16.  
  17.  
  18. @end
  19.